header nav{background-color: black !important}
body{opacity: 0}
.black{color: #000000}
.subline:before{
    content: "";
    width: 180px;
    position: absolute;
    bottom: -20px;
    height: 10px;
    background: black;
}
.f60{font-size: 60px;letter-spacing: 2px}
.ls5{letter-spacing: 5px}
.mb-0{margin-bottom: 0 !important}
.m0{margin: 0 !important}
.sublinew:before{
    content: "";
    width: 180px;
    position: absolute;
    bottom: -20px;
    height: 10px;
    background: white;
}
.height-80{height: 80vh}
.flex-normal{display: flex;flex-wrap: wrap;justify-content: space-between;}
.flex-middle{
    display: flex;align-items: center;justify-content: space-evenly;flex-wrap: wrap;
}
.lead{font-size: 22px;font-weight: bold;color: #383838}
.logo img{
    width: 180px;
    min-height: 70px;
}
.tobtn a+a{margin-left: 10px}
/*.container.position-relative.full-screen{height: 100vh}*/
.container.position-relative.full-screen>div{padding:120px 0;}
.vertical-align{position: relative; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.main-color{
    color: #EB6241
}
.bg-main-color{
    background-color: #EB6241
}
h1.f100{font-size: 100px !important}
.w100{width: 100%}
.f76{font-size: 76px}
.col-center{float: none;margin:auto;}
.mb-10{margin-bottom: 10px}
.mb-20{margin-bottom: 20px}
.mb-30{margin-bottom: 30px}
.mb-40{margin-bottom: 40px}
.mb-50{margin-bottom: 50px}
.mb-60{margin-bottom: 60px}
.mb-70{margin-bottom: 70px}
.mb-80{margin-bottom: 80px}
.mb-90{margin-bottom: 90px}
.mb-120{margin-bottom: 120px}
.mb-160{margin-bottom: 160px}
.fw100{font-weight: 100;opacity: 0.8;}
.capitalize, h2.capitalize{text-transform: capitalize !important}
.hometab aside{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
}
.lh1{line-height: 1;}
.lh1_6{line-height: 1.6;}
.lh2{line-height: 2.5;}
.tab-style5.hometab .nav-tabs .nav-link.active:hover,
.tab-style5.hometab .nav-tabs .nav-link.active {
    color: #fff !important;
    opacity: 1 !important;
    border-bottom: 1px solid #fff !important;
    padding-left: 0 !important;
    font-weight: bold !important;
    line-height: 1.4 !important;
    font-size: 27px !important;
    font-weight: bold;
}
.tab-style5.hometab .nav-tabs li{min-width: 300px}
.tab-style5.hometab .nav-tabs li a:hover{opacity: 0.6 !important}
.tab-style5.hometab .nav-tabs li a:hover,
.tab-style5.hometab .nav-tabs li a {
    border: none !important;
    border-bottom: 2px solid transparent !important;
    opacity: 1;
    display: inline-block;
    background-color: transparent !important;
    padding: 0;
    border-radius: 0;
    color: white;
    font-size: 20px !important;
}
.relative{position: relative;}

.itemTab{
    font-size: 14em !important;
    color: transparent;
    font-weight: 700;
    -webkit-text-stroke:2px white;
    position: absolute;
    top: 20px;
    right: 20px;
}

.mailchimpHome>div{width: 80%}
.mailchimpHome{
    position: absolute;
        opacity: 1;
        height: 100% !important;
        width: 100% !important;
        display: flex !important;
        align-items: center;
        justify-content: center;
}
.mailchimpHome form {position: relative;}
.mailchimpHome form button img{filter: blur(0px) !important;-webkit-filter: blur(0px) !important;opacity: 1 !important}
.mailchimpHome form button{
    background: transparent;
        border: none;
        position: absolute;
        right: -9px;
        bottom: 4px;
}
.mailchimpHome form input::placeholder{color: white !important}
.mailchimpHome form input{
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid white !important;
    padding: 10px !important;
    font-size: 18px !important;
}
.mailchimpHome  .portfolio-hover-content{bottom:-15px !important;}

.count_down{
    display: flex;
    justify-content: space-around;
}
.count_down li{
    color: white;
    display: inline-block;
    margin:0 15px;
    text-transform: uppercase;
    font-size: 15px;
}
.count_down li b{display: block;font-size: 76px;line-height: 1}
.social_home{
    display: flex;
    align-items: center;
    flex-direction: column;
}
.social_home li{
    display: block;
    margin-bottom: 35px;
}
.social_home li a{
    display: block;
    background: white;
    color: #EB6241;
    text-align: center;
    width: 80px;
    height: 80px;
    border-radius: 500px;
    font-size: 3em;
    line-height: 2;
}

hr.white-line{
border-color: white;
}

.section-mod{padding:110px 0 !important;}



/*NEXT STEPS*/
canvas{position: absolute;left: 0;top:0;width: 100%;height: 100%}
.inner-scroller-line.on_section_one:before{
    height: 100px;
}
.inner-scroller-line.on_section_two:before{
    height: 200px;
}
.inner-scroller-line.on_section_three:before{
    height: 300px;
}
.inner-scroller-line.on_section_four:before{
    height: 400px;
}
.inner-scroller-line:before{
    content: "";
    position: absolute;
    background: rgba(255,255,255,1);
    z-index: 99;
    height: 0px;
    width: 1px;
    transition-timing-function: ease-in-out; -ms-transition-timing-function: ease-in-out; -moz-transition-timing-function: ease-in-out; -webkit-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; transition-duration: .5s; -ms-transition-duration: .5s; -moz-transition-duration: .5s; -webkit-transition-duration: .5s; -o-transition-duration: .5s;
}
.inner-scroller-line:hover:before,
.inner-scroller-line:hover{
    width: 14px;
}
.inner-scroller-line{
    transition-timing-function: ease-in-out; -ms-transition-timing-function: ease-in-out; -moz-transition-timing-function: ease-in-out; -webkit-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; transition-duration: .5s; -ms-transition-duration: .5s; -moz-transition-duration: .5s; -webkit-transition-duration: .5s; -o-transition-duration: .5s;
    position: fixed;
    top:50%;
    cursor: pointer;
    left: 100px;
    height: 400px;
    width: 1px;
    background: rgba(255,255,255,0.3);
    z-index: 9;
    -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);
}

.inner-scroller-line ul{padding:0;margin:0;margin-left: 40px}
.inner-scroller-line ul li:hover,
.inner-scroller-line ul li.active{
    opacity: 1
}
.inner-scroller-line ul li{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100px;
    height: 100px;
    color: white;
    font-size: 11px;
    letter-spacing: 2px;
    opacity: 0.3;
    transition-timing-function: ease-in-out; -ms-transition-timing-function: ease-in-out; -moz-transition-timing-function: ease-in-out; -webkit-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; transition-duration: .5s; -ms-transition-duration: .5s; -moz-transition-duration: .5s; -webkit-transition-duration: .5s; -o-transition-duration: .5s;
}

.line_separator {
    position: relative;
    top: 0px;
    display: inline-block;
    width: 9vw;
    max-width: 30px;
    height: 1px;
    margin-left: 5px;
    margin-right: 5px;
    background-color: #fff;
    opacity: .2;
    -webkit-transition: background-color .3s .7s,opacity .3s .7s;
    transition: background-color .3s .7s,opacity .3s .7s;
}


.inner-scroller-line.custom{
    position: absolute;
}
.flex{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
div.tab_customi{display: none}
.tab_customi.active{display: flex}

aside div{position: relative;z-index: 9;}
aside{
    display: flex;
    align-items: center;
    height: 100%;
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 0 60px;
}
.flex-between{display: flex;justify-content: space-between;flex-wrap: wrap;}
.middle-column{position: absolute;top: 0;left: 0;height: 100%;}
.middle-columnR{position: absolute;top: 0;right: 0;height: 100%;}

/* ==============================
   Phone
   ============================== */
@media (max-width: 480px) and (min-width: 320px){
    .tobtn a{
        width: 100%;
        margin-bottom: 20px;
    }
    .mobile-off{display: none}
    .mb-xs-40{margin-bottom: 40px}
    .blackxs{background-color: black !important}
    .whitexs{color:white !important;}
    .pt-xs-0{padding-bottom: 0 !important}
}










.pulsefooter{animation: heartbeat 3s infinite; }
@keyframes  heartbeat {
    0% {transform: scale( .90 );
        }

         40% {transform: scale( 1.1 ); }

         100% {transform: scale( .90 ); }
     }









.bg-blue{background-color: #31C3E4}
.text-blue{color: #31C3E4}

.bg-gray{background-color: #96979E}
.text-gray{color: #96979E}

.bg-light{background-color: #D6D6D6}
.text-light{color: #D6D6D6}

.btn-black:hover{background-color: black !important;border-color: black !important}
.btn-black{
    border-color: #96979E !important;
    background-color: #96979E !important;
    color: white !important;
    font-size: 20px !important;
}
.scrolldown{
    position: absolute;
    bottom: 60px;
    width: 100%;
    /*transform: translateX(-50%);*/

}

.scrolldown svg{
    animation: move 2s linear infinite;
}

@keyframes move {
  0% {
    transform: translateY(0px);
    opacity: 0;
  }
  50% {
    transform: translateY(10px);
    opacity: 1;
  }
  100% {
    transform: translateY(30px);
    opacity: 0;
  }
}
a:hover #arrow-down path{
    fill:#999;
}
small{font-size: 10px}
h2{font-size: 30px;text-transform: uppercase;line-height: 2}
.flex-evenly{display: flex;justify-content: space-evenly;}
.start{
    position: absolute;
    right: 40px;
    top:45px;
}

.bg-blue h1,
.bg-blue h3,
.bg-blue p,
.bg-blue div{color: white}

ul.icons._heart li a{
    display: block;
    padding: 0 5px;
}

ul.icons{list-style: none;padding:0;margin:0;margin-bottom: 10px}
ul.icons li.active a path,
ul.icons li:hover a path{
    fill: #96979E;
}

ul.icons li a path{
    fill: #D6D6D6;
}
ul.icons li a{display: block;padding:0 10px;}
ul.icons li{
    display: inline-block;
}
.title{
    color: #31C3E4 !important;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    font-size: 32px;
}
.timelineBar span:before{
    content:"";
    width: 20px;
    height: 20px;
    top:-30px;
    background:#96979E;
    border-radius: 100px;
    position: absolute;
}
.timelineBar span:last-child:before{
    right: 24px;
}
.timelineBar span:first-child:before{
    left: 6px;
}
.timelineBar span{font-weight: bold;position: absolute;text-align: center;}
.timelineBar:before{
    content: "";
    width: 0%;
    height: 2px;
    background-color: #96979E;
    left: 3%;
    position: absolute;
    top: -20px;
    -webkit-transition: all !important;-webkit-transition-timing-function: ease-out !important;-webkit-transition-duration: 2s !important;-moz-transition: all !important;-moz-transition-timing-function: ease-out !important;-moz-transition-duration: 2s !important;
}
section.loading .timelineBar:before{
    display: block !important;
    width: 94%;
}
.timelineBar span:nth-child(2){right: 0}

.thetitle{position: absolute;top: 80px;width: 100%}



.border-x{border-left: 1px solid #96979E;border-right: 1px solid #96979E}
.border-l:before{
    content:"";
    position: absolute;
    height: 70%;
    width: 1px;
    background-color: white;
    left: 0;
    top:0;
}
.border-r:before{
    content:"";
    position: absolute;
    height: 70%;
    width: 1px;
    background-color: white;
    right: 0;
    top:0;
}
.pr40{}
.bg_text{position: absolute;left: 0;top: 0;width: 100%;z-index: -1;}
.mr-10{margin-right: 10px}
._header_{
    position: absolute;top:100px;width: 100%
}
._footer_{
    position: absolute;bottom:100px;width: 100%
}
._links_baptism ul a{display: block;font-weight: 600}
._links_baptism ul a:hover{
    color:  #31C3E4
}
._links_baptism ul{
    list-style: none
}
._links_baptism{
    z-index: 99999 !important;
    position: absolute;
    height: 100%;
    width: 200px;
    right: 80px;
    display: flex;
    align-items: center;
    top: 0;
}


.swiper-slide.cover-background{
    background-size: 100% !important;
    background-position: 0 0 !important;
    background-repeat: no-repeat !important;
}
body .swiper-pagination {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    width: 50px !important;
    border-radius: 0 !important;
    justify-content: center !important;
    left: 5% !important;
}
body .swiper-pagination  {
  counter-reset: span;
  color: #D6D6D6 !important;                    /* Set a counter named 'section', and its initial value is 0. */
}
body .swiper-pagination span{
    border-radius: 0 !important;
    height: auto !important;
    margin-bottom: 15px !important;
    padding-bottom: 15px !important;
    border-bottom:1px solid #D6D6D6 !important;
    width: auto !important;
    background-color: transparent !important;
    opacity: 1 !important;
    color: #D6D6D6 !important;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active:before{
    font-weight: bolder !important;
    color: #31C3E4 !important;
}
.swiper-pagination span::before {
    opacity: 1 !important;
    color: #96979E !important;
  counter-increment: span;
  content: counter(span);
  font-weight: 500;
  font-size: 22px;
}
._dots_{
    padding: 0;
    margin:0;
    display: flex;
    justify-content: center;
    list-style: none;
}
._dots_ li{margin:0 10px;}
._dots_ a{
    display: block;
    background-color: #D6D6D6;
    width: 12px;
    height: 12px;
    border-radius: 100px;
}
._dots_ a.active{
    background-color: #96979E !important
}
h2.big{
    font-size: 60px;
    margin-bottom: 20px;
    line-height: 1;
}
.border-bottom-1{border-bottom: 1px solid #D6D6D6}
.plus{
    position: absolute;
    right: 0;
    max-width: 35px;
    display: block;
}

.mb-xs-30{margin-bottom: 0 !important}

.number_here,
.seg{-webkit-transition: all !important;-webkit-transition-timing-function: ease-out !important;-webkit-transition-duration: 100ms !important;-moz-transition: all !important;-moz-transition-timing-function: ease-out !important;-moz-transition-duration: 100ms !important;}


body h1.final{line-height: 1;font-size: 70px !important}
.flex_s{
    display: flex; justify-content: flex-end; align-items: center;
}
.flex_rd{display: flex;justify-content: space-between;flex-wrap: wrap;align-items: center;}

.flex_ip{display: flex;justify-content: space-between;flex-wrap: wrap;}














